home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 2-Graphics / Apple Graphics Source / Apple Graphics Source 3.0 / card_3356.txt < prev    next >
Text File  |  1990-08-07  |  9KB  |  371 lines

  1. -- card: 3356 from stack: in.0
  2. -- bmap block id: 3054
  3. -- flags: 4000
  4. -- background id: 3618
  5. -- name: Title Card
  6. ----- HyperTalk script -----
  7. on doMenu whichMenu
  8.   if whichMenu is "delete card" then
  9.     dialogIt "If you delete this card, all of the indexes" && "will be deleted, and the stack will give error messages." & return & return & "This option is not recommended."
  10.     set cantDelete of this cd to true
  11.   else pass doMenu
  12. end doMenu
  13.  
  14. --‚Ä¢ MESSAGE HANDLERS
  15.  
  16. on setUserToggle whichObj
  17.   lock screen
  18.   hideToggleFlds
  19.   if whichObj is not empty then show bg fld whichObj
  20.   setCoverHilites
  21.   unlock screen with visual effect dissolve slowly
  22. end setUserToggle
  23.  
  24. on setCoverHilites
  25.   set hilite of btn "cover 1" to false
  26.   set hilite of btn "cover 2" to false
  27.   set hilite of btn "cover 3" to false
  28. end setCoverHilites
  29.  
  30. on hideToggleFlds
  31.   hide bg fld "about this stack"
  32.   hide bg fld "credits"
  33.   hide bg fld "legal notice"
  34. end hideToggleFlds
  35.  
  36. on displayChoice
  37.   -- Show the appropriate fields.
  38.   lock screen
  39.   setBtnHilites
  40.   bgFldsVisible false
  41. end displayChoice
  42.  
  43. on setBtnHilites
  44.   set hilite of cd btn "paths to graphics" to false
  45.   set hilite of cd btn "browsing speed" to false
  46.   set hilite of the target to true
  47. end setBtnHilites
  48.  
  49. on bgFldsVisible boolean
  50.   repeat with N = 1 to the number of bg flds
  51.     set the visible of bg fld N to boolean
  52.   end repeat
  53. end bgFldsVisible
  54.  
  55.  
  56.  
  57. -- part 3 (field)
  58. -- low flags: 80
  59. -- high flags: 0007
  60. -- rect: left=162 top=77 right=335 bottom=505
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 0
  64. -- font id: 3
  65. -- text size: 9
  66. -- style flags: 0
  67. -- line height: 12
  68. -- part name: Paths to graphics
  69.  
  70.  
  71. -- part 4 (field)
  72. -- low flags: 81
  73. -- high flags: 2002
  74. -- rect: left=162 top=77 right=335 bottom=505
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 0
  78. -- font id: 3
  79. -- text size: 9
  80. -- style flags: 0
  81. -- line height: 12
  82. -- part name: browsing speed
  83.  
  84.  
  85. -- part 14 (button)
  86. -- low flags: 80
  87. -- high flags: 0002
  88. -- rect: left=7 top=77 right=335 bottom=161
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: admin blanket
  97.  
  98.  
  99. -- part 7 (button)
  100. -- low flags: 80
  101. -- high flags: C006
  102. -- rect: left=13 top=117 right=132 bottom=144
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 200
  107. -- text size: 13
  108. -- style flags: 0
  109. -- line height: 17
  110. -- part name: Paths to graphics
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   displayChoice
  114.   show cd fld (the short name of me)
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 8 (button)
  120. -- low flags: 80
  121. -- high flags: 8006
  122. -- rect: left=13 top=144 right=159 bottom=144
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 200
  127. -- text size: 13
  128. -- style flags: 0
  129. -- line height: 17
  130. -- part name: Browsing Speed
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   displayChoice
  134.   show cd fld (the short name of me)
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 16 (button)
  140. -- low flags: 80
  141. -- high flags: 8000
  142. -- rect: left=8 top=85 right=100 bottom=139
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 200
  147. -- text size: 13
  148. -- style flags: 1024
  149. -- line height: 17
  150. -- part name: Show:
  151.  
  152.  
  153. -- part 84 (button)
  154. -- low flags: 00
  155. -- high flags: 8000
  156. -- rect: left=372 top=104 right=120 bottom=478
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 0 / 0
  159. -- text alignment: 0
  160. -- font id: 200
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: About This Stack
  165. ----- HyperTalk script -----
  166. on mouseUp
  167.   send mouseUp to bg btn "cover 1"
  168. end mouseUp
  169.  
  170.  
  171.  
  172. -- part 85 (button)
  173. -- low flags: 00
  174. -- high flags: 0000
  175. -- rect: left=316 top=105 right=118 bottom=371
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 0 / 0
  178. -- text alignment: 0
  179. -- font id: 200
  180. -- text size: 12
  181. -- style flags: 0
  182. -- line height: 16
  183. -- part name: Cover 1
  184. ----- HyperTalk script -----
  185. on mouseUp
  186.   if the hilite of me then setUserToggle
  187.   else
  188.     setUserToggle "about this stack"
  189.     set hilite of me to true
  190.   end if
  191. end mouseUp
  192.  
  193.  
  194. -- part 86 (button)
  195. -- low flags: 00
  196. -- high flags: 0000
  197. -- rect: left=316 top=126 right=139 bottom=371
  198. -- title width / last selected line: 0
  199. -- icon id / first selected line: 0 / 0
  200. -- text alignment: 0
  201. -- font id: 200
  202. -- text size: 12
  203. -- style flags: 0
  204. -- line height: 16
  205. -- part name: Cover 2
  206. ----- HyperTalk script -----
  207. on mouseUp
  208.   if the hilite of me then
  209.     setUserToggle
  210.     set hilite of me to false
  211.   else
  212.     setUserToggle "legal notice"
  213.     set hilite of me to true
  214.   end if
  215. end mouseUp
  216.  
  217.  
  218. -- part 87 (button)
  219. -- low flags: 00
  220. -- high flags: 8000
  221. -- rect: left=372 top=125 right=141 bottom=478
  222. -- title width / last selected line: 0
  223. -- icon id / first selected line: 0 / 0
  224. -- text alignment: 0
  225. -- font id: 200
  226. -- text size: 12
  227. -- style flags: 0
  228. -- line height: 16
  229. -- part name: Legal Notice
  230. ----- HyperTalk script -----
  231. on mouseUp
  232.   send mouseUp to bg btn "cover 2"
  233. end mouseUp
  234.  
  235.  
  236.  
  237. -- part 88 (button)
  238. -- low flags: 00
  239. -- high flags: 0000
  240. -- rect: left=316 top=146 right=159 bottom=371
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 0
  244. -- font id: 200
  245. -- text size: 12
  246. -- style flags: 0
  247. -- line height: 16
  248. -- part name: Cover 3
  249. ----- HyperTalk script -----
  250. on mouseUp
  251.   if the hilite of me then setUserToggle
  252.   else
  253.     setUserToggle "credits"
  254.     set hilite of me to true
  255.   end if
  256. end mouseUp
  257.  
  258.  
  259. -- part 89 (button)
  260. -- low flags: 00
  261. -- high flags: 8000
  262. -- rect: left=372 top=145 right=161 bottom=478
  263. -- title width / last selected line: 0
  264. -- icon id / first selected line: 0 / 0
  265. -- text alignment: 0
  266. -- font id: 200
  267. -- text size: 12
  268. -- style flags: 0
  269. -- line height: 16
  270. -- part name: Credits
  271. ----- HyperTalk script -----
  272. on mouseUp
  273.   send mouseUp to bg btn "cover 3"
  274. end mouseUp
  275.  
  276.  
  277.  
  278. -- part 91 (field)
  279. -- low flags: 01
  280. -- high flags: 0000
  281. -- rect: left=30 top=30 right=55 bottom=154
  282. -- title width / last selected line: 0
  283. -- icon id / first selected line: 0 / 0
  284. -- text alignment: 0
  285. -- font id: 158
  286. -- text size: 16
  287. -- style flags: 0
  288. -- line height: 21
  289. -- part name: Library title
  290.  
  291.  
  292. -- part 92 (field)
  293. -- low flags: 01
  294. -- high flags: 0000
  295. -- rect: left=122 top=22 right=57 bottom=490
  296. -- title width / last selected line: 0
  297. -- icon id / first selected line: 0 / 0
  298. -- text alignment: 65535
  299. -- font id: 158
  300. -- text size: 24
  301. -- style flags: 0
  302. -- line height: 32
  303. -- part name: 
  304.  
  305.  
  306. -- part 93 (field)
  307. -- low flags: 01
  308. -- high flags: 0000
  309. -- rect: left=0 top=323 right=341 bottom=512
  310. -- title width / last selected line: 0
  311. -- icon id / first selected line: 0 / 0
  312. -- text alignment: 1
  313. -- font id: 156
  314. -- text size: 13
  315. -- style flags: 0
  316. -- line height: 17
  317. -- part name: Library title
  318.  
  319.  
  320. -- part contents for background part 19
  321. ----- text -----
  322. The Artwork contained in and referenced by this graphics stack is copyrighted in the name of Apple Computer, Inc. It may only be used and reproduced by authorized Certified Apple Developers to illustrate manuals for use in conjunction with software developed pursuant to a fully executed Apple Certified Developer Agreement.
  323.  
  324. By proceeding into this graphics stack, you acknowledge the copyrighted nature of the Artwork and you agree to use the Artwork only for the purpose for which it intended. Unauthorized use of the Artwork for any purpose other than as provided herein will be deemed a breach of your Apple Certified Developer Agreement and may constitute copyright infringement, resulting in possible termination of your Agreement with Apple and/or in civil or criminal liability. 
  325.  
  326. -- part contents for background part 21
  327. ----- text -----
  328. Apple Graphics Source contains about 2,000 graphics used in Apple‚Äôs books and manuals. This stack enables you to open, copy, and print the original graphic files (which may be stored in MPNT, PICT, or EPSF file format) directly from the stack, without needing the application that created the graphic.
  329.  
  330. If you have questions about this stack or the Graphics Database Toolkit, send a link to GFX.SOURCE.
  331.  
  332. -- part contents for background part 28
  333. ----- text -----
  334. Written and designed by John Broenen, David Fry, 
  335. and Jeff Herman.
  336.  
  337. Information management by Carol Gossard, Tim Hughan, and Greta Mikkelson. Help system by 
  338. Sarah Clark, Dick Holmes, and Jim Palmer.
  339.  
  340. Thanks to Gary Bond, Eric Carlson, Scott Converse, Landon Dyer,  Dave Grabel, Jay Hodgdon, 
  341. Steve Maller, David Minor, Anup Murarka, 
  342. Moggy O‚ÄôDonovan,  Fred√©ric Rinaldi, Judi Seip,
  343. and Laurie Sheldon.
  344.  
  345. -- part contents for card part 4
  346. ----- text -----
  347. 0
  348.  
  349. -- part contents for card part 3
  350. ----- text -----
  351. Graphics Source:Other Files:*Graphic Files:aaaa-azzz:
  352. Graphics Source:Other Files:*Graphic Files:baaa-bzzz:
  353. Graphics Source:Other Files:*Graphic Files:caaa-czzz:
  354. Graphics Source:Other Files:*Graphic Files:daaa-dzzz:
  355. Graphics Source:Other Files:*Graphic Files:iaaa-izzz:
  356. Graphics Source:Other Files:*Graphic Files:paaa-pzzz:
  357. Graphics Source:Other Files:*Graphic Files:qaaa-qzzz:
  358.  
  359.  
  360.  
  361. -- part contents for card part 91
  362. ----- text -----
  363. Hardware Library
  364.  
  365. -- part contents for card part 92
  366. ----- text -----
  367. Apple Graphics Source
  368.  
  369. -- part contents for card part 93
  370. ----- text -----
  371. Version 3.0, ¬© 1988-1990, Apple Computer, Inc.